ci: Don't use --werror for the win32 build
authorMatthias Clasen <mclasen@redhat.com>
Sun, 2 Aug 2020 23:59:25 +0000 (19:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 2 Aug 2020 23:59:25 +0000 (19:59 -0400)
This leads to warnings from the glib win32 build
failing our ci. Only use werror for gtk itself.

.gitlab-ci/test-msys2.sh

index 72532a14266cd4d58dc245e444ac15cbd1f1c8ad..0913ad7f0cc05008f1e1397587f15be95f5bb905 100644 (file)
@@ -56,7 +56,7 @@ meson \
     -Dwin32-backend=true \
     -Dvulkan=no \
     -Dintrospection=false \
-    --werror \
+    -Dgtk:werror=true \
     _build
 unset CCACHE_DISABLE